home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1995 August / Personal Computer World (PCW Interactive) (August 1995).iso / system / pcwi.dir / 00280_Script_280 < prev    next >
Text File  |  1995-06-08  |  368b  |  14 lines

  1. on enterFrame
  2.   set the cursor of sprite 30 to [900, 901]
  3.   set the cursor of sprite 31 to [900, 901]
  4.   set the cursor of sprite 32 to [900, 901]
  5.   set the cursor of sprite 33 to 0
  6.   set the cursor of sprite 34 to 0
  7.   set the cursor of sprite 35 to 0
  8. end
  9.  
  10. on exitFrame
  11.   if not soundBusy(1) then sound playFile 1,"samples\maggardn.wav"
  12.   go to "Mag2"
  13. end
  14.